Welcome![Sign In][Sign Up]
Location:
Search - ajax java

Search list

[JSP/Javaconquer_web_2.0

Description: 第2章 基于Ajax的留言板示例 第3章 JavaScript在Ajax中的作用范例 ……………… 第20章 程序描述:本章将实现上传文件时显示进度条的功能。当上传文件时,客户端同时显示文件上传的进度,从而及时了解文件传送情况-Chapter 2 on the message board Ajax example, Chapter 3 of JavaScript in Ajax for the using examples ... ... ... ... ... ... Chapter 20 proceedings Description : The chapter will achieve upload documents show the progress of the function. When upload documents, the client also shows that the progress of file uploads, so the time to understand the transmission of documents
Platform: | Size: 12376064 | Author: 刘利辉 | Hits:

[Software EngineeringAJAX_Web_GIS

Description: 随着Web平台越来越成熟,我们可以发现有越来越多的令人兴奋的技术出现,这些技术使地理信息系统(GIS)的显示应用达到了一个功能强大且应用广泛的新高度,通过把最新的功能强大的技术整合到GIS系统中去,我们得到了高效率执行的结果,随之赋予了更多的功能。在目前基于浏览器应用程序的开发技术中,AJAX(Asynchronous JavaScript and XML)无疑是最新的技术。在本文中,我们介绍了一个通用的,高效的架构,这个架构把AJAX模型整合到了GIS Web Services显示系统中。-With Web platform matures, we find more and more exciting technology that These technologies enable geographic information system (GIS) to show that a powerful and widespread use of new high through the latest powerful GIS technology to integrate systems, and we have a highly efficient implementation of the results, attendant given more functions. Based on the current browser application development technologies, AJAX (Asynchronous JavaScript and XML) is the latest technology. In this paper, we introduce a common and efficient structure, The framework put AJAX model of integration of GIS Web Services Display System.
Platform: | Size: 125952 | Author: xy71 | Hits:

[JSPBrettMcLaughlinAjax

Description: Brett McLaughlin 从 Logo 时代就开始使用计算机。(还记得那个小三角吗?)近年来,他已经成为 Java 和 XML 社区最著名的作者和程序员之一。他曾经在 Nextel Communications 实现过复杂的企业系统,在 Lutris Technologies 编写过应用服务器,最近在 O Reilly Media, Inc. 继续撰写和编辑这方面的图书。Brett 即将出版的新书 Head Rush Ajax,和畅销书作者 Eric 与 Beth Freeman 一起为 Ajax 带来了获奖的革命性 Head First 方法。最近的著作 Java 1.5 Tiger: A Developer s Notebook 是关于 Java 技术最新版本的第一本书,经典的 Java and XML 仍然是在 Java 语言中使用 XML 技术的权威著作。-Brett McLaughlin from Logo era began to use computers. (Remember the small triangle?) In recent years, he has become the Java and XML communities most famous author and one of the programmers. He had in Nextel Communications realized the complexity of enterprise systems, In Lutris Technologies too, application servers, O Reilly recently in Media, Inc.. continue to write and edit books in this area. Brett publication of a book, Head Rush Ajax, and best-selling author Eric and Beth Freeman together for Ajax by award winning revolutionary He First ad methods. The recent writings of Java 1.5 Tiger : A Developer's Notebook on Java technology is the latest version of the first book. classic Java and XML is still in the Java language using XML technology authoritative publication.
Platform: | Size: 835584 | Author: yanglei | Hits:

[JSP/JavaGoogleSuggest

Description: 这个是用ajax实现模拟GoogleSuggest中功能,这个是myeclipse中的工程包,可以直接导入到myeclipse中,用的是mysql数据库-This is achieved using ajax GoogleSuggest functional simulation. This is the project myeclipse packages can be directly imported into the myeclipse. The database is mysql
Platform: | Size: 439296 | Author: 李海颜 | Hits:

[Other systemsStrutsAjax

Description: ajax for java to get server
Platform: | Size: 1969152 | Author: hason | Hits:

[JSP/JavaJavaPhonesource

Description: 基于Cisco CTI OS 6.0的Java 软电话简单实例-based Cisco CTI Java OS 6.0 simple example of the soft phone
Platform: | Size: 17408 | Author: louis | Hits:

[JSPajxabj

Description: 学习ajxa 祥细笔记 原来把ajax认为是Asynchronous JavaScript+xml的缩写,但如今,这个词覆盖范围有所扩展,把允许浏览器与服务器通信而无需刷新当前页面的技术都涵盖在内。-learning ajxa wound Notes used to think that ajax Asynchronous Java Script xml acronym, but now, the term coverage have expanded. of allowing the browser and server communications without updating the current page of technologies covered.
Platform: | Size: 112640 | Author: 陈乐 | Hits:

[WEB CodeAjax_chatroomrar

Description: Ajax聊天室源码 用户管理没做啊-Ajax Chat Room FOSS user management not done ah. .
Platform: | Size: 284672 | Author: 无是人 | Hits:

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org/apache/commons/io/output/DeferredFil eOutputStream. Later, an investigation will know less commons-io- 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons- fileupload- 1.1.1.jar. servlet-api.jar, commons-io- 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 577536 | Author: 商务通 | Hits:

[JSP/Javamy_employee_study

Description: 主要是我最近两月在公司通过百度学习的内容,有AJAX,DWR,JAVA实现文件的上传和下载.主要目的在与告诉大家一个成功程序员(JAVA)是如何学习的,需要学习什么内容.以及学习的态度.-I was recently on the two companies through Baidu learning content, AJAX, DWR, JAVA document upload and download. with the main purpose to tell you a successful programmer (JAVA) is as He learned, what needs to learn. and the attitude of learning.
Platform: | Size: 12355584 | Author: 阿昌 | Hits:

[JSPAjax_Web20DevelopDescription

Description: 征服Ajax - Web2.0开发技术详解试读版,java Ajax编程详解。-conquering Ajax-developed technology hotspots Elaborates on first demo version of java programming Elaborates on Ajax.
Platform: | Size: 559104 | Author: baihaili | Hits:

[JSPDWRhelp

Description: DWR中文开发参考文档. 是JAVA开发人员开发的AJAX的优秀框架DWR中文参考.-DWR reference to the development of the Chinese document. Java was developed by the development of the excellent framework for AJAX DWR Chinese reference.
Platform: | Size: 1180672 | Author: lee | Hits:

[JSP/Javaajaxtags-demo-1.2-beta1-src

Description: ajax demo学习AJAX的可以下载学习-ajax demo learning AJAX can download the study
Platform: | Size: 2104320 | Author: tangjianjun | Hits:

[OtherPragmaticAjax

Description: 作者是Ajaxian.com的创始人,JavaOne、TheServerSide等诸多高级别会议的演讲者。本书作为Pragmatic系列之一,从实践出发,通过实例展示Ajax的诸多特性,手把手教你实现Google Map的绚丽效果。不仅教会你Ajax的技术细节,同时还带你了解各种功能强大的主流Ajax工具包(Dojo、Prototype、Script.aculo.us、DWR、Backbase、SmartClient、Ajax.NET、SAJAX、JSON-RPC),掌握Ajax实时查看源代码的方法以及进行代码调试的相应方法,学习Ajax的开发模式和框架。本书后半部分共用了五个章节,从服务器端编程的角度,详细讲述了Ajax同PHP、Ruby On Rails、Java和.NET等语言的融合,最后还介绍了与Ajax相类似的其他RIA技术以及Ajax的精彩未来(E4X, Canvas, SVG,的相关应用)。本书的全部代码下载地址:http://media.pragprog.com/titles/ajax/code/ajax-code.zip 本书秉承了《程序员修炼之道》的特点—— “从小工到专家”,各个层次的web开发人员都能从本书中获益匪浅。 -author is the founder of Ajaxian.com, JavaOne, TheServerSide and many other high-level meeting of the speaker. Pragmatic the book as one of the series, starting from practice, Ajax examples demonstrate the many characteristics Shoubashoujiao you realize the splendor Google Map results. Ajax church you not only technical details, also take you to understand the powerful mainstream Ajax Kit (Dojo, Prototype, Script.aculo.us, DWR, Backbase, SmartClient, Ajax.NET, SAJAX, JSON-RPC). Real-time master Ajax View the source code for the methods and the corresponding code debugging methods, Learning Ajax development model and the framework. The latter part of the book spent five chapters from the server side programming point of view, described in detail by Ajax with PHP, Ruby On Rails, Java and. NE
Platform: | Size: 2579456 | Author: zoujian | Hits:

[xml-soap-webserviceOReilly.JavaScript.The.Definitive.Guide.5th.Editio

Description: This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today s Web 2.0 applications. This book is both an example-driven programmer s guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the <canvas> tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications-This Fifth Edition is a completely revised nd expanded to cover JavaScript as it is used in t oday's Web 2.0 applications. This book is both an example- driven programmer's guide and a keep-o n-your-desk reference, with new chapters that explain everything you n eed to know to get the most out of JavaScript, including : Scripted HTTP and XML processing Ajax Client-s ide graphics using the
Platform: | Size: 2291712 | Author: | Hits:

[OtherAsp.Net_Ajax_PROGRAM

Description: 我的第一个chat room 是用ASP 3.0写的。 程序比较简单,两个text box, 用来处理页面上每秒刷新的信息。那时候,要想建一个真正的chat room,要用到Java Applet 或者 ActiveX control。基于HTTP的chart rooms都面临着一些跟我第一个chat room一样的问题。这些问题包括页面刷新导致的屏幕闪烁现象。但这个问题已经被AJAX解决了。 AJAX是JavaScript和 XML异步调用的结合。现在在server端用一些JavaScript代码就可以实现一个真正的chat room了。这篇文章不会介绍Ajax,并假设你已经对Ajax和ASP.NET的运用有一定了解。只是介绍如何用Ajax技术来创建一个基本的chat room。 -My first is a chat room with ASP 3.0 writes. Procedures are relatively simple, two text box, used to handle pages of information per second set. At that time, if we want to build a real chat room, have to use Java applet or ActiveX control. Based on the chart HTTP rooms are faced with something like my first one chat room asked the same issue. These issues include pages to refresh the screen flicker. However, this problem has been solved AJAX. AJAX is Asynchronous JavaScript and XML called the combination. Now the server side using some JavaScript code can achieve a real chat r the oom. This article will introduce Ajax, and the assumption that you have to Ajax and ASP.NET use a certain understanding. Only how to use Ajax technology to create a basic chat room.
Platform: | Size: 2048 | Author: 柳军 | Hits:

[JSP/Javajson-rpc-java-1.0

Description: json-rpc是和DWR类似的ajax-rpc实现。我比较细化,因为他很简单,而且只作rpc。如果你要实现自己特定的rpc的话,可以参考一下他。-json- rpc and DWR is similar to the ajax- rpc achieve. I am more details, because he was very simple, but only rpc. If you want to realize their own specific rpc, then he can take a look.
Platform: | Size: 640000 | Author: 一农 | Hits:

[WEB Codelieche

Description: jsp列车信息管理系统,使用了javabean,ajax,servlet等技术-jsp train information management system, using a javabean, ajax. servlet technology
Platform: | Size: 8178688 | Author: w | Hits:

[Web ServerERPv6.0

Description: 企业大型ERP软件 恩信科技刚刚推出的开源ERPv6.0 该产品在v5.30版本的基础上增加了很多功能: 1.运用了更多AJAX技术,全面支持事务处理,在易用性方面更是有很大突破,客户可以自定义个性化的工作桌面,可以设定工作任务提醒,支持审核工作流,支持ERP与门户网站完全集成等 2.支持当今绝大多数主流浏览器 3.具有实时备份系统; 4.支持恩信科技开源ERP开发管理插件; 5.支持Eclipse集成开发环境 6.新增加了电子商务、物流配送主功能模块。 -Large-scale enterprise ERP software TU letter just released open source technology ERPv6.0 in the v5.30 version of the product based on the increase in the number of functions: 1. Using more AJAX technology, full support for transaction processing, in the ease of use more there is an enormous breakthrough, customers can customize the personality of the work of the desktop, you can set to remind the mission work in support of audit workflow, support for ERP is fully integrated with the portal, etc. 2. in support of the overwhelming majority of today
Platform: | Size: 64275456 | Author: ljwfbf | Hits:

[JSP/Javadojotree_src

Description: Ajax 一个动态树的源码,应用了DOJO生成,可以随意扩展-Ajax a dynamic source tree, the application of the Dojo generated, can be extended
Platform: | Size: 2839552 | Author: pidn | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »

CodeBus www.codebus.net